home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 3 / CU Amiga Magazine's Super CD-ROM 03 (1996)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1996-09].iso / misc / gcc / gnu / os-include / proto / iffparse.h < prev    next >
C/C++ Source or Header  |  1994-09-22  |  306b  |  16 lines

  1. #ifndef PROTO_IFFPARSE_H
  2. #define PROTO_IFFPARSE_H
  3.  
  4. #ifndef UTILITY_HOOKS_H
  5. #include <utility/hooks.h>
  6. #endif
  7. #include <clib/iffparse_protos.h>
  8. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  9. #include <inline/iffparse.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct Library *IFFParseBase;
  13. #endif
  14.  
  15. #endif
  16.